var runtime.staticuint64s
8 uses
runtime (current package)
iface.go#L366: if val < uint16(len(staticuint64s)) {
iface.go#L367: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L379: if val < uint32(len(staticuint64s)) {
iface.go#L380: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L401: if val < uint64(len(staticuint64s)) {
iface.go#L402: x = unsafe.Pointer(&staticuint64s[val])
iface.go#L695: var staticuint64s = [...]uint64{
string.go#L111: p := unsafe.Pointer(&staticuint64s[*ptr])
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |